home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / mt102.zip / NETWORK.DOC < prev    next >
Text File  |  1993-01-23  |  4KB  |  115 lines

  1.  
  2.                      NETWORKING TIPS FOR MAXTOOLS USERS
  3.                      ----------------------------------
  4.  
  5.  
  6.        I have written this documentation to help new network users
  7.        of Novells' Netware Lite and Artisofts' Lantastic networks.
  8.       
  9.               PLEASE SEE COPYRIGHT NOTICES IN MAXTOOLS.DOC
  10.  
  11.        I have installed, used, and provided technical support for
  12.        both Networks. I have played with many others but would
  13.        not hesitate to recommend either one for an affordable
  14.        solution at home. 
  15.  
  16.        I will not mention any other networks that rest on the shelves 
  17.        next to these. I can tell you that there are dogs out there for
  18.        the same price so be cautious when purchasing a network.
  19.  
  20.  
  21.        LOADING SHARE
  22.        -------------
  23.        SHARE.EXE must be loaded on either one. Although you may feel
  24.        like you do not need it, it is a must. I have found many odd
  25.        errors with users only to find that share was not loaded. 
  26.  
  27.  
  28.        DRIVE MAPPING
  29.        -------------
  30.        This is the most common and yet least understood to people
  31.        new to networking. My explanation will be less technical
  32.        to accomplish the purpose of the document.
  33.  
  34.        In both Netware Lite and Lantastic you have to have a server
  35.        name. For our example we will have 2 servers
  36.        
  37.        BBS - The computer that the BBS is on
  38.        JOE - Joe is your name and your personal computer name.
  39.  
  40.        Rule #1
  41.        -------
  42.        * Consider BBS nothing more then another disk drive when you are
  43.          accessing it from JOE. JOE does all of the processing.
  44.  
  45.        Rule #2
  46.        -------
  47.        * Common drive letters take "work" out of "Networking".
  48.  
  49.        Example situation:
  50.  
  51.        You have a computer program on server BBS and the config file says
  52.        C:\MAX.
  53.  
  54.        When you run that program from server JOE you will get an error.
  55.        Your local hardrive will start blinking as well. Why? 
  56.        Your program will try to access server JOE's C: drive rather then 
  57.        the server BBS 's C: drive.  What's the best solution?
  58.  
  59.  
  60.                                FINAL ANALYSIS
  61.                       YOU NEED A COMMON DRIVE LETTER
  62.  
  63.  
  64.        ON SERVER BBS
  65.        -------------
  66.        Pick a drive letter. Any letter that is not being used.
  67.        We will use J: and K: for our example. From both
  68.        computers you will need to access server BBS as these drives.
  69.  
  70.        On the BBS side you need to use the DOS SUBST command. 
  71.        Even if your network allows mapping to itself it is
  72.        better to use SUBST. Here is what I use:
  73.        
  74.        C:\S\DOS\SUBST J: C:\
  75.        C:\S\DOS\SUBST K: D:\
  76.  
  77.        After doing this you will be able to access drive C: as
  78.        either (C: as J:) and (D: as K:). After doing this and
  79.        fixing your autoexec.bat to execute this, I strongly recommend 
  80.        that you never access it as C: or D: again. No sense in
  81.        getting used to bad habits.
  82.  
  83.        You now need to edit ALL of your config files of all of your
  84.        programs to reflect the change. Wherever there is a C: put J: etc.
  85.  
  86.  
  87.        ON SERVER JOE
  88.        -------------
  89.        Whenever you map into the BBS server you need to map in as
  90.        the same drive letters that you specified with the DOS SUBST
  91.        command.
  92.  
  93.        Now when you execute Maximus or any other program from either
  94.        server, the computer program will attempt to access the files
  95.        from the same drive letter and will find them there.
  96.  
  97.        Whenever this gets confusing refer to Rule #1.
  98.  
  99.  
  100.        LAST BUT NOT LEAST
  101.        ------------------
  102.        The above concepts may appear simple to some and, to others
  103.        not so simple. I have seen intelligent people have to have it
  104.        explained over and over until they got it.
  105.  
  106.        Once you got this concept down, you probably have half of what
  107.        you ever needed to know about Networking from a users stand 
  108.        point. 
  109.  
  110.        Enjoy!
  111.        
  112.        Michael Jones (The one at 1:133/115)
  113.  
  114.  
  115.